home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Blasteroids.swf / scripts / DefineButton2_169 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Text File  |  2006-06-13  |  97b  |  7 lines

  1. on(keyPress "<Left>"){
  2.    left = true;
  3.    right = false;
  4.    up = false;
  5.    down = false;
  6. }
  7.